projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ebd42d
)
dialog: Remove an unused struct
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 9 May 2020 03:30:25 +0000
(23:30 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 May 2020 02:38:21 +0000
(22:38 -0400)
gtk/gtkdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkdialog.c
b/gtk/gtkdialog.c
index 0fbb5c3be7028913c500486d4b6b72f7880c89e6..fe101744eaeb8940333f90624119731a3ead0173 100644
(file)
--- a/
gtk/gtkdialog.c
+++ b/
gtk/gtkdialog.c
@@
-308,11
+308,6
@@
action_widget_activated (GtkWidget *widget, GtkDialog *dialog)
gtk_dialog_response (dialog, response_id);
}
-typedef struct {
- GtkWidget *child;
- gint response_id;
-} ActionWidgetData;
-
static void
add_response_data (GtkDialog *dialog,
GtkWidget *child,